Welcome![Sign In][Sign Up]
Location:
Search - pci LINUX

Search list

[Driver Develop研华Linux串口驱动

Description: 研华PCI串口设备 Linux驱动源码
Platform: | Size: 108474 | Author: jianfeng.dai@advantech.com.cn | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[BooksLinux对ISA总线DMA的实现

Description: Linux对ISA总线DMA的实现-Linux ISA DMA to the realization
Platform: | Size: 24576 | Author: 刘卫 | Hits:

[Linux-Unixpciutils-2.1.11.tar

Description: linux~{OBOTJ>KySP~}pci~{Ih18~}
Platform: | Size: 120832 | Author: ~{6-Hp3Y~} | Hits:

[Linux-Unixpci_linux

Description: PCI驱动源码,提供BIOS功能调用-PCI-driven source for BIOS function calls
Platform: | Size: 78848 | Author: 陈宜军 | Hits:

[Driver Developlinuxdsp

Description: 采用TMS320C6205的PCI设备驱动程序源代码 for Linux-using TMS320C6205 PCI device driver source code for Linux
Platform: | Size: 4096 | Author: 王朝斌 | Hits:

[Linux-Unixpcil

Description: linux 下PCI设备的扫描程序。gcc,C+ASM完成。-the scanning equipment. Gcc, the C ASM completed.
Platform: | Size: 1024 | Author: sanyo | Hits:

[Software Engineeringpci-specification

Description: pci中文规范... 有需要的兄弟可以下载-pci Chinese ... there is a need to standardize the brothers can be downloaded
Platform: | Size: 1134592 | Author: flycash | Hits:

[Software Engineeringlinux_drive_CN

Description: linux驱动开发中文版,包括中断,DMA,PCI,USB,串并口,显示等-linux-driven development of Chinese language version, including the interruption, DMA, PCI, USB, serial port and parallel port, the display
Platform: | Size: 1288192 | Author: wyq | Hits:

[Linux-Unixmodbus-linux-driver

Description: Linux环境下的Modbus驱动程序源码,里面还有一个小例子(This is a Linux kernel driver (2.2.19+ 2.4+) for the Modicon SA85 ISA and PCI-85 cards. It is written in C and includes example shell scripts for administration, and an example client program. ) -Linux environment Modbus driver source code, there is also a small example (This is a Linux kernel driver (2.2.1 9 2.4) for the Modicon ISA and PCI SA85-85 cards. It is written in C and includes example shell scr ipts for administration. and an example client program.)
Platform: | Size: 24576 | Author: xianshui | Hits:

[Embeded Linuxpci_skel

Description: 代码为linux下关于pci_skel驱动,程序比较简单,但结构比较清晰,对刚学习 LINUX下驱动开发人员很有帮助-Code for pci_skel drivers under linux, the program is relatively simple, but relatively clear structure, just under the drive to learn LINUX Developer helpful
Platform: | Size: 1024 | Author: 张延斌 | Hits:

[Embeded LinuxPeak-CAN-PCI

Description: Peak-CAN控制器(PCI接口)的驱动程序,for linux,兼容SJA1000 CAN设备。-Peak-CAN controller (PCI interface) driver, for linux, compatible equipment SJA1000 CAN.
Platform: | Size: 19456 | Author: Turst | Hits:

[Embeded-SCM DevelopLinuxEdition3

Description: 完整的Linux 设备驱动第3版,包括pci,定时中断,DMA等方面的驱动开发
Platform: | Size: 771072 | Author: 河谷 | Hits:

[Linux-Unixaic79xx-linux-2.4-20040522.tar

Description: 2.0.12 (May 13th, 2004) - Flag driver threads with PF_FREEZE to support software suspend. 2.0.11 (May 7th, 2004) - Avoid split-completion bugs in certain PCI-X chipsets by breaking up large completion entry DMAs on ADB boundaries. 2.0.10 (April 9th, 2004) - Return "command timeout" status instead of "selection timeout status" to the SCSI mid-layer in response to selection timeouts. While the latter may seem more correct, the mid-layer will not offline devices suffering from persistent selection timeouts. This leads to extremely long recovery times for devices that go missing. Returning command timeout status causes the mid-layer to enter recovery and eventually offline persistently missing devices. - 2.0.12 (May 13th, 2004) - Flag driver threads with PF_FREEZE to support software suspend. 2.0.11 (May 7th, 2004) - Avoid split-completion bugs in certain PCI-X chipsets by breaking up large completion entry DMAs on ADB boundaries. 2.0.10 (April 9th, 2004) - Return "command timeout" status instead of "selection timeout status" to the SCSI mid-layer in response to selection timeouts. While the latter may seem more correct, the mid-layer will not offline devices suffering from persistent selection timeouts. This leads to extremely long recovery times for devices that go missing. Returning command timeout status causes the mid-layer to enter recovery and eventually offline persistently missing devices.
Platform: | Size: 499712 | Author: LiuQingShan | Hits:

[Linux-Unixpciutils-2.2.8

Description: The PCI Utilities package contains a library for portable access to PCI bus configuration registers and several utilities based on this library. In runs on the following systems: Linux (via /sys/bus/pci, /proc/bus/pci or i386 ports) FreeBSD (via /dev/pci) NetBSD (via libpci) OpenBSD (via /dev/pci) GNU/kFreeBSD (via /dev/pci) Solaris/i386 (direct port access) Aix (via /dev/pci and odmget) GNU Hurd (direct port access) Windows (direct port access)
Platform: | Size: 250880 | Author: 秦淅 | Hits:

[Embeded-SCM DevelopPlxSdk

Description: PCI接口产品中桥芯片PLX6000、PLX8000、PLX9000、PLXsrv系列的驱动模块源代码,支持UNIX-LINUX操作平台。-PCI bridge chip interface products, PLX6000, PLX8000, PLX9000, PLXsrv series of drive module source code, support for UNIX-LINUX operating platform.
Platform: | Size: 1853440 | Author: 张先生 | Hits:

[Embeded Linuxpci

Description: ep9315平台下PCI总线驱动的源码,在目标系统上测试通过,linux内核版本为2.4.21
Platform: | Size: 101376 | Author: 朱光亮 | Hits:

[Linux-UnixLinux_pragram

Description: 《linux编程白皮书》—本书对Linux操作系统及其编程作了整体的介绍,以支持用于开发软件的公开源码模型。对内存管理、进程及其通信机制、PCI、内核模块编程及内核系统结构作了详细的解释,且附有很多程序代码实例。对深入研究Linux下的编程有很大的帮助。
Platform: | Size: 14465024 | Author: jiangwen | Hits:

[Documents235

Description: pci的中文文档,还有设备驱动文档,linux下的开发祥解-pci Chinese document, there are device driver files, linux under development祥解
Platform: | Size: 2451456 | Author: xiaosan | Hits:

[File FormatEECOL_2006APR05_INTD_TA_01

Description: 单峰驼黑色黑色 pci的中文文档,还有设备驱动文档,linux下的开发祥解-Dromedary black black pci Chinese documents, as well as device driver files, linux under development祥解
Platform: | Size: 123904 | Author: xiaosan | Hits:
« 1 23 4 5 6 7 8 9 10 ... 30 »

CodeBus www.codebus.net